home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / USBPRINT.IN_ / usbprint.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  1.6 KB  |  60 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=USB
  4. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=11/14/1999,5.00.2183.1
  8.  
  9. [ControlFlags]
  10. ExcludeFromSelect = *
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir = 12
  14. ; don't need this yet. USBPRINT_Inst.CopyFilesDLL.NT = 11
  15.  
  16. [Manufacturer]
  17. %MSFT%=Microsoft
  18.  
  19. [Microsoft]
  20. %USBPRINT.DeviceDesc% = USBPRINT_Inst,USB\Class_07,GENERIC_USB_PRINTER
  21.  
  22. ;=====================================================================
  23. [USBPRINT_Inst.NT]
  24. ; remove copyfiles.dll for now Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  25.  
  26. Copyfiles = USBPRINT_Inst.CopyFiles.NT, USBPRINT_Inst.CopyFilesDLL.NT
  27.  
  28. [USBPRINT_Inst.CopyFiles.NT]
  29. usbprint.sys
  30.  
  31. [USBPRINT_INST.CopyFilesDLL.NT]
  32.  
  33. [USBPRINT_Inst.NT.Services]
  34. AddService = usbprint,0x00000002,USBPRINT_Service_Inst
  35. ;=====================================================================
  36.  
  37. [USBPRINT_Service_Inst]
  38. DisplayName    = %USBPRINT.SvcDesc%
  39. ServiceType    = 1 ;KERNEL_DRIVER
  40. StartType      = 3 ;DEMAND START
  41. ErrorControl   = 1 ;RROR_NORMAL
  42. ServiceBinary  = %12%\usbprint.sys
  43. LoadOrderGroup = extended base
  44.  
  45.  
  46.  
  47. ;SPSVCINST_TAGTOFRONT  = 0x00000001
  48. ;SPSVCINST_ASSOCSERVICE= 0x00000002
  49. ;SERVICE_KERNEL_DRIVER = 1
  50. ;SERVICE_BOOT_START    = 0
  51. ;SERVICE_SYSTEM_START  = 1
  52. ;SERVICE_AUTO_START    = 2
  53. ;SERVICE_DEMAND_START  = 3
  54. ;SERVICE_ERROR_NORMAL  = 1
  55. ;SERVICE_ERROR_IGNORE  = 0
  56. [strings]
  57. MSFT                  = "Microsoft"
  58. USBPRINT.DeviceDesc   = "USB Printing Support"
  59. USBPRINT.SvcDesc      = "Microsoft USB PRINTER Class"
  60.